home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOFDirtyDoc / EOFDirtyDoc_main.m < prev    next >
Text File  |  1995-04-12  |  388b  |  15 lines

  1. /* Generated by the NeXT Project Builder 
  2.    NOTE: Do NOT change this file -- Project Builder maintains it.
  3. */
  4.  
  5. #import <appkit/appkit.h>
  6.  
  7. int main(int argc, char *argv[]) {
  8.     [Application new];
  9.     if ([NXApp loadNibSection:"EOFDirtyDoc.nib" owner:NXApp withNames:NO])
  10.         [NXApp run];        
  11.     [NXApp free];
  12.     exit(0);
  13.     return 0;  // will never get here, but ANSI requires it
  14. }
  15.